home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / snd / trumpet.snd / TrumpetSFX / card_2983.txt < prev    next >
Text File  |  1988-06-25  |  7KB  |  295 lines

  1. -- card: 2983 from stack: in
  2. -- bmap block id: 3452
  3. -- flags: 0000
  4. -- background id: 2732
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A004
  11. -- rect: left=66 top=169 right=190 bottom=211
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Flourish 1
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   play "Flourish1"
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: A004
  30. -- rect: left=66 top=189 right=210 bottom=211
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Flourish 2
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   play "Flourish2"
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 3 (button)
  47. -- low flags: 00
  48. -- high flags: A004
  49. -- rect: left=210 top=169 right=190 bottom=355
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: Flourish 3
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   play "Flourish3"
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 4 (button)
  66. -- low flags: 00
  67. -- high flags: A004
  68. -- rect: left=210 top=189 right=210 bottom=355
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: Flourish 4
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   play "Flourish4"
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 5 (button)
  85. -- low flags: 00
  86. -- high flags: A004
  87. -- rect: left=354 top=141 right=173 bottom=434
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Flourish 5
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   play "Flourish5"
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part 6 (button)
  104. -- low flags: 00
  105. -- high flags: A004
  106. -- rect: left=354 top=172 right=204 bottom=434
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 0 / 0
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: Flourish 6
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   play "Flourish6"
  118. end mouseUp
  119.  
  120.  
  121.  
  122. -- part 7 (button)
  123. -- low flags: 00
  124. -- high flags: A004
  125. -- rect: left=354 top=203 right=235 bottom=434
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 0 / 0
  128. -- text alignment: 1
  129. -- font id: 0
  130. -- text size: 12
  131. -- style flags: 0
  132. -- line height: 16
  133. -- part name: Flourish 7
  134. ----- HyperTalk script -----
  135. on mouseUp
  136.   play "Flourish7"
  137. end mouseUp
  138.  
  139.  
  140.  
  141. -- part 8 (button)
  142. -- low flags: 00
  143. -- high flags: 2004
  144. -- rect: left=80 top=267 right=320 bottom=144
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 20098 / 20098
  147. -- text alignment: 1
  148. -- font id: 0
  149. -- text size: 12
  150. -- style flags: 0
  151. -- line height: 16
  152. -- part name: Home
  153. ----- HyperTalk script -----
  154. on mouseUp
  155.   visual wipe left to black
  156.   visual wipe right
  157.   go home
  158. end mouseUp
  159.  
  160.  
  161.  
  162. -- part 9 (button)
  163. -- low flags: 00
  164. -- high flags: 2004
  165. -- rect: left=144 top=267 right=320 bottom=208
  166. -- title width / last selected line: 0
  167. -- icon id / first selected line: 1000 / 1000
  168. -- text alignment: 1
  169. -- font id: 0
  170. -- text size: 12
  171. -- style flags: 0
  172. -- line height: 16
  173. -- part name: Open Stack
  174. ----- HyperTalk script -----
  175. on mouseUp
  176.   answer "Open another stack?" with "Open..." or "Cancel"
  177.   if it is "Cancel" then exit mouseUp
  178.   doMenu "Open Stack..."
  179. end mouseUp
  180.  
  181.  
  182.  
  183. -- part 10 (button)
  184. -- low flags: 00
  185. -- high flags: 2004
  186. -- rect: left=298 top=267 right=320 bottom=362
  187. -- title width / last selected line: 0
  188. -- icon id / first selected line: 32670 / 32670
  189. -- text alignment: 1
  190. -- font id: 0
  191. -- text size: 12
  192. -- style flags: 0
  193. -- line height: 16
  194. -- part name: Play all
  195. ----- HyperTalk script -----
  196. on mouseUp
  197.   set hilite of button "Flourish 1" to TRUE
  198.   play "Flourish1"
  199.   wait until the sound is "done"
  200.   set hilite of button "Flourish 1" to FALSE
  201.   set hilite of button "Flourish 2" to TRUE
  202.   play "Flourish2"
  203.   wait until the sound is "done"
  204.   set hilite of button "Flourish 2" to FALSE
  205.   set hilite of button "Flourish 3" to TRUE
  206.   play "Flourish3"
  207.   wait until the sound is "done"
  208.   set hilite of button "Flourish 3" to FALSE
  209.   set hilite of button "Flourish 4" to TRUE
  210.   play "Flourish4"
  211.   wait until the sound is "done"
  212.   set hilite of button "Flourish 4" to FALSE
  213.   set hilite of button "Flourish 5" to TRUE
  214.   play "Flourish5"
  215.   wait until the sound is "done"
  216.   set hilite of button "Flourish 5" to FALSE
  217.   set hilite of button "Flourish 6" to TRUE
  218.   play "Flourish6"
  219.   wait until the sound is "done"
  220.   set hilite of button "Flourish 6" to FALSE
  221.   set hilite of button "Flourish 7" to TRUE
  222.   play "Flourish7"
  223.   wait until the sound is "done"
  224.   set hilite of button "Flourish 7" to FALSE
  225. end mouseUp
  226.  
  227.  
  228.  
  229. -- part 11 (button)
  230. -- low flags: 00
  231. -- high flags: 2004
  232. -- rect: left=362 top=267 right=320 bottom=426
  233. -- title width / last selected line: 0
  234. -- icon id / first selected line: 19678 / 19678
  235. -- text alignment: 1
  236. -- font id: 0
  237. -- text size: 12
  238. -- style flags: 0
  239. -- line height: 16
  240. -- part name: Play all
  241. ----- HyperTalk script -----
  242. on mouseUp
  243.   play "Boing"
  244.   show card field "About"
  245. end mouseUp
  246.  
  247.  
  248.  
  249. -- part 12 (field)
  250. -- low flags: 81
  251. -- high flags: 0004
  252. -- rect: left=66 top=52 right=237 bottom=436
  253. -- title width / last selected line: 0
  254. -- icon id / first selected line: 0 / 0
  255. -- text alignment: 0
  256. -- font id: 3
  257. -- text size: 12
  258. -- style flags: 0
  259. -- line height: 16
  260. -- part name: About
  261. ----- HyperTalk script -----
  262. on mouseUp
  263.   hide card field "About"
  264. end mouseUp
  265.  
  266.  
  267.  
  268. -- part 13 (button)
  269. -- low flags: 00
  270. -- high flags: 2000
  271. -- rect: left=466 top=300 right=321 bottom=490
  272. -- title width / last selected line: 0
  273. -- icon id / first selected line: 6720 / 6720
  274. -- text alignment: 1
  275. -- font id: 0
  276. -- text size: 12
  277. -- style flags: 0
  278. -- line height: 16
  279. -- part name: New Button
  280. ----- HyperTalk script -----
  281. on mouseUp
  282.   visual iris close to gray
  283.   visual iris open
  284.   pop card
  285. end mouseUp
  286.  
  287.  
  288.  
  289. -- part contents for card part 12
  290. ----- text -----
  291.  
  292. This is a stack containing 7 'snd ' resources which you may move to your own stacks at will with ResEdit, Sound Manager, or Sound Mover. See Danny Goodman's book for information on playing sounds in HyperCard.
  293.  
  294. These sounds come to you free from David Rakowski, 60 Gorham Ave. #6, Brookline, MA 02146. If you use any of these sounds, send me a postcard. I would be glad to see any stacks you write using these sounds....      (click)
  295.